Class PDUListWindowImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PDUListWindowImpl
All Implemented Interfaces:
IPCObject, PDUListWindow

public class PDUListWindowImpl extends IPCObjectImpl implements PDUListWindow
Information provided by the PKI file:

    \class PDUListWindow
    
    \brief PDUListWindow allows for manipulation of the PDU List Window.
    
    \example appWindow().getPDUListWindow()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface PDUListWindow
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisable)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface PDUListWindow
      Parameters:
      bDisable - Takes in a parameter of bDisable